home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / glisp / glisp.000 / GLISP.UNIX.TAR / closunix / closunix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-03  |  442 b   |  24 lines

  1. /*                 GRAPHIC LISP            */
  2. /*        Scritto nel 1991-94 da Zoia Andrea Michele     */
  3. /*        Via Pergola #1 Tirano (SO) Tel. 0342-704210    */
  4. /* FILE CLOSUNIX.h        */
  5.  
  6.  
  7. #ifndef CLOSLEX_L
  8. #include <stdio.h>
  9. #endif
  10. #include <setjmp.h>
  11. #include <string.h>
  12. #include <math.h>
  13. #include <malloc.h>
  14.  
  15. #define SEEK_CUR 1
  16. #define stdprn stdout
  17. #define stdaux stdout
  18.  
  19. /* #define __NOINLINE__ */
  20. #define __NOGRAPH__
  21. #define CONFIGFILE "closunix.cfg"
  22. typedef int BOOL;
  23.  
  24.